[INFO] fetching crate btt 0.5.0...
[INFO] fixing btt-0.5.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate btt 0.5.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate btt 0.5.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate btt 0.5.0
[INFO] tweaked toml for crates.io crate btt 0.5.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate btt 0.5.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate btt 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f
[INFO] running `Command { std: "docker" "start" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking btt v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Decoder` and `Encoder`
[INFO] [stdout]  --> benches/main/base64.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ::btt::{Base64, Decoder, Encoder};
[INFO] [stdout]   |                     ^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `-W unused-imports` implied by `-W unused`
[INFO] [stdout]   = help: to override `-W unused` add `#[allow(unused_imports)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Decoder` and `Encoder`
[INFO] [stdout]  --> benches/main/base85.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ::btt::{Decoder, Encoder, Z85};
[INFO] [stdout]   |             ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Decoder` and `Encoder`
[INFO] [stdout]  --> benches/main/hex.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ::btt::{Decoder, Encoder, HexLower};
[INFO] [stdout]   |             ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    |     ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |                         black_box(Base64.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    |     ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    |     ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]    --> benches/main/base64.rs:31:24
[INFO] [stdout]     |
[INFO] [stdout]  31 |                         black_box(Base64.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  37 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 +     use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |                         black_box(Base64.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]    --> benches/main/base64.rs:31:24
[INFO] [stdout]     |
[INFO] [stdout]  31 |                         black_box(Base64.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  38 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 +     use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |                         black_box(Base64.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]    --> benches/main/base64.rs:31:24
[INFO] [stdout]     |
[INFO] [stdout]  31 |                         black_box(Base64.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  39 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 +     use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |                         black_box(Base64.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]    --> benches/main/base64.rs:31:24
[INFO] [stdout]     |
[INFO] [stdout]  31 |                         black_box(Base64.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  40 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 +     use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |                         black_box(Base64.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  8 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `btt::Base64` in the current scope
[INFO] [stdout]    --> benches/main/base64.rs:31:24
[INFO] [stdout]     |
[INFO] [stdout]  31 |                         black_box(Base64.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  41 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `btt::Base64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 +     use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    |     ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    |     ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    |     ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let mut dst = vec![0; Base64.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `btt::Base64` in the current scope
[INFO] [stdout]   --> benches/main/base64.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut src = Base64.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    |     ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `btt::Base64` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 45 +     use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; Z85.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 let _ = black_box(Z85.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |             let mut src = Z85.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]    --> benches/main/base85.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout]  25 |                 let _ = black_box(Z85.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  31 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `Z85` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; Z85.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 let _ = black_box(Z85.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |             let mut src = Z85.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]    --> benches/main/base85.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout]  25 |                 let _ = black_box(Z85.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  32 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `Z85` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; Z85.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 let _ = black_box(Z85.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |             let mut src = Z85.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]    --> benches/main/base85.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout]  25 |                 let _ = black_box(Z85.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  33 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `Z85` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; Z85.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 let _ = black_box(Z85.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |             let mut src = Z85.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]    --> benches/main/base85.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout]  25 |                 let _ = black_box(Z85.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  34 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `Z85` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; Z85.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 let _ = black_box(Z85.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `Z85` in the current scope
[INFO] [stdout]   --> benches/main/base85.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |             let mut src = Z85.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `Z85` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `Z85` in the current scope
[INFO] [stdout]    --> benches/main/base85.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout]  25 |                 let _ = black_box(Z85.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  35 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `Z85` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; HexLower.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |                     black_box(HexLower.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut src = HexLower.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]    --> benches/main/hex.rs:27:25
[INFO] [stdout]     |
[INFO] [stdout]  27 |                     black_box(HexLower.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  33 | impl_bench!(encode_0008, decode_0008, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; HexLower.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |                     black_box(HexLower.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut src = HexLower.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]    --> benches/main/hex.rs:27:25
[INFO] [stdout]     |
[INFO] [stdout]  27 |                     black_box(HexLower.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  34 | impl_bench!(encode_0032, decode_0032, 32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; HexLower.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |                     black_box(HexLower.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut src = HexLower.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]    --> benches/main/hex.rs:27:25
[INFO] [stdout]     |
[INFO] [stdout]  27 |                     black_box(HexLower.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  35 | impl_bench!(encode_0064, decode_0064, 64);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; HexLower.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |                     black_box(HexLower.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut src = HexLower.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]    --> benches/main/hex.rs:27:25
[INFO] [stdout]     |
[INFO] [stdout]  27 |                     black_box(HexLower.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  36 | impl_bench!(encode_1024, decode_1024, 1024);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let mut dst = vec![0; HexLower.encoded_len(src.len()).unwrap()];
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn encoded_len(&self, len: usize) -> Option<usize>;
[INFO] [stdout]    |        ----------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encoded_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |                     black_box(HexLower.encode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn encode_into_exact<'a>(
[INFO] [stdout]    |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_string` found for struct `HexLower` in the current scope
[INFO] [stdout]   --> benches/main/hex.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut src = HexLower.encode_string(&src).unwrap().into_bytes();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn encode_string(&self, src: &[u8]) -> Option<alloc::string::String> {
[INFO] [stdout]    |        ------------- the method is available for `HexLower` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]    = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynEncoder` which provides `encode_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use btt::DynEncoder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_into_exact` found for struct `HexLower` in the current scope
[INFO] [stdout]    --> benches/main/hex.rs:27:25
[INFO] [stdout]     |
[INFO] [stdout]  27 |                     black_box(HexLower.decode_into_exact(black_box(&mut src), &mut dst).unwrap());
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  37 | impl_bench!(encode_4096, decode_4096, 4096);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn decode_into_exact<'a>(
[INFO] [stdout]     |        ----------------- the method is available for `HexLower` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `impl_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `DynDecoder` which provides `decode_into_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use btt::DynDecoder;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `btt` (bench "main") due to 70 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f", kill_on_drop: false }`
[INFO] [stdout] 7c012a556d2f0e13401ed72085834fd233010f189682be6e6fc3da1949ec2e7f
